{ "version": 4, "terraform_version": "1.8.4", "serial": 500, "lineage": "3dcc6052-fe4a-172c-c54b-7fb4159286d1", "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-80a8456b472860c83", "ami": "ami-c52f5b02", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b9a17a3e"], "subnet_id": "subnet-248a45c6", "key_name": "prod-deploy-key" } } ] } ] }