{ "version": 4, "terraform_version": "1.6.8", "serial": 396, "lineage": "23bdb9af-e600-12e1-5ce2-66705b82556e", "outputs": { "db_endpoint": { "value": "db-3.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-c5c000be833afda75", "ami": "ami-fe614338", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5189c89d"], "subnet_id": "subnet-26b06129", "key_name": "prod-deploy-key" } } ] } ] }