{ "version": 4, "terraform_version": "1.6.6", "serial": 124, "lineage": "26ebb335-e753-5f8d-aa67-8b83b6a9d7f2", "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-ae8926e70d4cfbc1e", "ami": "ami-ac6b6e14", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9cc37f0a"], "subnet_id": "subnet-8761c4e5", "key_name": "prod-deploy-key" } } ] } ] }