{ "version": 4, "terraform_version": "1.5.8", "serial": 127, "lineage": "b8053edc-ef88-4d0d-ef86-7f6701b8bc8a", "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-a6960568f51f33929", "ami": "ami-e0dcdc9f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-03d9d845"], "subnet_id": "subnet-585a7977", "key_name": "prod-deploy-key" } } ] } ] }