{ "version": 4, "terraform_version": "1.8.1", "serial": 229, "lineage": "ca637b0b-e5d4-49f4-06b9-b8ca4bc77f2c", "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-ebc244e819a4ee1bc", "ami": "ami-2b6fc361", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-392e34e2"], "subnet_id": "subnet-6cffd9b5", "key_name": "prod-deploy-key" } } ] } ] }