{ "version": 4, "terraform_version": "1.7.1", "serial": 127, "lineage": "ad05d727-0b85-3785-0040-f843743e9cf2", "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-f331e3c2bfe799c1e", "ami": "ami-1f54a9f8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c81c9722"], "subnet_id": "subnet-0433fef7", "key_name": "prod-deploy-key" } } ] } ] }