{ "version": 4, "terraform_version": "1.8.6", "serial": 210, "lineage": "e2a5e453-f51a-703a-75d2-ea99283d855d", "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-54848342e460209c8", "ami": "ami-2ef02748", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bfc74ebb"], "subnet_id": "subnet-4c994ebb", "key_name": "prod-deploy-key" } } ] } ] }