{ "version": 4, "terraform_version": "1.5.8", "serial": 201, "lineage": "c4fc38c5-1d67-18af-1de8-323c4e7a567d", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5201371d8824a3968", "ami": "ami-542d8388", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-68dad3eb"], "subnet_id": "subnet-f2a3d174", "key_name": "prod-deploy-key" } } ] } ] }