{ "version": 4, "terraform_version": "1.8.4", "serial": 515, "lineage": "ee65b254-90ba-fce6-d3c3-b26c488f2695", "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-ab87c8c7cc8fa340e", "ami": "ami-9b4d4c9c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-42c372b9"], "subnet_id": "subnet-4ec85497", "key_name": "prod-deploy-key" } } ] } ] }