{ "version": 4, "terraform_version": "1.5.0", "serial": 395, "lineage": "7e0ce0f3-ae53-1342-fe7b-28e95f47ee42", "outputs": { "db_endpoint": { "value": "db-3.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-7209806410777a7ed", "ami": "ami-e89b0820", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-82ec5a9b"], "subnet_id": "subnet-26b2e8ad", "key_name": "prod-deploy-key" } } ] } ] }