{ "version": 4, "terraform_version": "1.6.2", "serial": 504, "lineage": "a1f24725-f472-41a2-2afb-51275ab4911f", "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-a4a2b6b78e22b201f", "ami": "ami-b8fd1c3b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6e50ac0"], "subnet_id": "subnet-27e2bdc1", "key_name": "prod-deploy-key" } } ] } ] }