{ "version": 4, "terraform_version": "1.6.8", "serial": 188, "lineage": "614b489a-265e-8537-c554-2fbeb4c7a1c2", "outputs": { "db_endpoint": { "value": "db-3.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-e20287beb7b1ecb13", "ami": "ami-88f0bcb0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b2a3236b"], "subnet_id": "subnet-04dabb68", "key_name": "prod-deploy-key" } } ] } ] }