{ "version": 4, "terraform_version": "1.6.4", "serial": 541, "lineage": "991bc9af-565f-4b8e-0fb4-39bf906d5a6f", "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-684f6e1bc8d7d77e3", "ami": "ami-d00f4d97", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5a756477"], "subnet_id": "subnet-55ddbc25", "key_name": "prod-deploy-key" } } ] } ] }