{ "version": 4, "terraform_version": "1.6.0", "serial": 196, "lineage": "3af4df0f-a348-b74f-dccd-fded3b41984f", "outputs": { "db_endpoint": { "value": "db-0.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-4487e6ffb2918054a", "ami": "ami-9814b8c2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d0e3651d"], "subnet_id": "subnet-402fa91c", "key_name": "prod-deploy-key" } } ] } ] }