{ "version": 4, "terraform_version": "1.5.6", "serial": 530, "lineage": "894074eb-de99-f0b9-0f1d-6108a4807731", "outputs": { "db_endpoint": { "value": "db-2.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-61b170d5230bf88ed", "ami": "ami-2ba0fc79", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-aad023b8"], "subnet_id": "subnet-517f8b0b", "key_name": "prod-deploy-key" } } ] } ] }