{ "version": 4, "terraform_version": "1.8.0", "serial": 168, "lineage": "866605e7-e290-a18b-57d8-7f5ce16e0ca4", "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-881cc0a511669ba65", "ami": "ami-781f5c15", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eac6b359"], "subnet_id": "subnet-4e38041c", "key_name": "prod-deploy-key" } } ] } ] }