{ "version": 4, "terraform_version": "1.6.0", "serial": 269, "lineage": "0786b1e8-9899-c602-7fe7-2ee1af483d76", "outputs": { "db_endpoint": { "value": "db-0.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-7e6ab683e15fadcc7", "ami": "ami-c763becc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-81f28512"], "subnet_id": "subnet-6e9ce3cf", "key_name": "prod-deploy-key" } } ] } ] }