{ "version": 4, "terraform_version": "1.6.7", "serial": 177, "lineage": "ea4cfa08-5a0a-f935-e7be-53304d3a512d", "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-43c663e6cb9878205", "ami": "ami-4909bdaf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b953729e"], "subnet_id": "subnet-944124c7", "key_name": "prod-deploy-key" } } ] } ] }