{ "version": 4, "terraform_version": "1.8.9", "serial": 145, "lineage": "2733e26d-dcdc-6ff4-d6ba-55903cd42709", "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-6936a78e4316c74dc", "ami": "ami-f2ccf00c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-20cddcd8"], "subnet_id": "subnet-28956344", "key_name": "prod-deploy-key" } } ] } ] }