{ "version": 4, "terraform_version": "1.7.6", "serial": 416, "lineage": "c9a792f6-3e72-b2f6-bc31-a6f7e06011ef", "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-ac003f1e1710b4c5d", "ami": "ami-9c70f573", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1f71ff0c"], "subnet_id": "subnet-1f2ff955", "key_name": "prod-deploy-key" } } ] } ] }