{ "version": 4, "terraform_version": "1.5.3", "serial": 279, "lineage": "4723eecf-0ff3-dfe5-1fd0-edd5b55b257e", "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-bcdd87b2c06b2751b", "ami": "ami-60bef7eb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-59ca879b"], "subnet_id": "subnet-fe2006b2", "key_name": "prod-deploy-key" } } ] } ] }