{ "version": 4, "terraform_version": "1.8.4", "serial": 280, "lineage": "a868a273-ce86-20f3-0d78-a99905299616", "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-b66a07a739d5d0a4d", "ami": "ami-b071605d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9b74174f"], "subnet_id": "subnet-1e861fb3", "key_name": "prod-deploy-key" } } ] } ] }