{ "version": 4, "terraform_version": "1.7.2", "serial": 333, "lineage": "44be62ce-619e-e72b-0aab-ebe234eeb097", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e91ab52096ba41bff", "ami": "ami-1f67f8d2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7ce46308"], "subnet_id": "subnet-8acede23", "key_name": "prod-deploy-key" } } ] } ] }