{ "version": 4, "terraform_version": "1.8.4", "serial": 501, "lineage": "2d0df1e9-8ba6-1d65-9de4-7397d0b8987d", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-d6a70332fbc336fcb", "ami": "ami-5d5a6e8d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cdcbbb59"], "subnet_id": "subnet-2473a657", "key_name": "prod-deploy-key" } } ] } ] }