{ "version": 4, "terraform_version": "1.7.3", "serial": 222, "lineage": "be3a6bef-7d71-502d-8acf-37f426af04bd", "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-54508e31de962a017", "ami": "ami-e79ff85c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3c0d223a"], "subnet_id": "subnet-006045b4", "key_name": "prod-deploy-key" } } ] } ] }