{ "version": 4, "terraform_version": "1.8.3", "serial": 362, "lineage": "096b8c56-4222-5fd0-a01a-bc6855824559", "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-ccdb731c994de8588", "ami": "ami-a07be28b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4937c980"], "subnet_id": "subnet-63d3defa", "key_name": "prod-deploy-key" } } ] } ] }