{ "version": 4, "terraform_version": "1.8.6", "serial": 326, "lineage": "f5588584-bf4c-d4b1-58d1-a99829a26bcb", "outputs": { "db_endpoint": { "value": "db-3.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-1317e0e395a21935a", "ami": "ami-eae8f0fe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c2840701"], "subnet_id": "subnet-ee0a49e6", "key_name": "prod-deploy-key" } } ] } ] }