{ "version": 4, "terraform_version": "1.5.9", "serial": 506, "lineage": "03c1fce8-08b5-490d-eb79-5c832b926f3d", "outputs": { "db_endpoint": { "value": "db-1.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-bd6a98cf14c45c60b", "ami": "ami-8cd51e8f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-71e5553c"], "subnet_id": "subnet-0725adc5", "key_name": "prod-deploy-key" } } ] } ] }