{ "version": 4, "terraform_version": "1.5.1", "serial": 258, "lineage": "e058b179-b4f5-919d-3f5d-aa91a5932601", "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-7a8e9c18ca53c64e4", "ami": "ami-7e7725da", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-68f8e834"], "subnet_id": "subnet-3ef1ef43", "key_name": "prod-deploy-key" } } ] } ] }