{ "version": 4, "terraform_version": "1.7.1", "serial": 396, "lineage": "90a7efdb-e341-cc4c-8999-985fa4ff76d6", "outputs": { "db_endpoint": { "value": "db-4.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-7c8437969bb7e2584", "ami": "ami-5d17191e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-28aa612c"], "subnet_id": "subnet-16c11b54", "key_name": "prod-deploy-key" } } ] } ] }