{ "version": 4, "terraform_version": "1.5.1", "serial": 357, "lineage": "2de39816-6689-c321-2732-9bdfe1c5d416", "outputs": { "db_endpoint": { "value": "db-2.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-a565f5f8a209f1b70", "ami": "ami-e2ac259d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5810555b"], "subnet_id": "subnet-1bc0a2f8", "key_name": "prod-deploy-key" } } ] } ] }