{ "version": 4, "terraform_version": "1.5.2", "serial": 445, "lineage": "786cfff4-0972-afbf-127e-e9a2c219445b", "outputs": { "db_endpoint": { "value": "db-1.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-a4ca06e19f5f8da73", "ami": "ami-e07ba644", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e44153ed"], "subnet_id": "subnet-71c4fe2c", "key_name": "prod-deploy-key" } } ] } ] }