{ "version": 4, "terraform_version": "1.8.2", "serial": 300, "lineage": "8631762f-31c8-8490-027a-4343e105b60b", "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-047a35819db6858a9", "ami": "ami-67a94ba4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1eed4fee"], "subnet_id": "subnet-bac363b3", "key_name": "prod-deploy-key" } } ] } ] }