{ "version": 4, "terraform_version": "1.5.3", "serial": 216, "lineage": "f62c5b37-26d8-9849-e6b7-4107e8fc4935", "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-fbe1efa301e1485ea", "ami": "ami-37250649", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-41cb80a2"], "subnet_id": "subnet-ffc3e8b8", "key_name": "prod-deploy-key" } } ] } ] }