{ "version": 4, "terraform_version": "1.6.0", "serial": 342, "lineage": "3011cbd0-685e-1203-2871-8a05bedaff17", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-80247b05470e80020", "ami": "ami-6f687c46", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3baf427e"], "subnet_id": "subnet-d13e43ee", "key_name": "prod-deploy-key" } } ] } ] }