{ "version": 4, "terraform_version": "1.6.1", "serial": 537, "lineage": "7134cbac-c901-713f-f52e-c7b688931cde", "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-2131a1c8cbba53df3", "ami": "ami-33fc4e00", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e0d554d4"], "subnet_id": "subnet-58c607f7", "key_name": "prod-deploy-key" } } ] } ] }