{ "version": 4, "terraform_version": "1.8.3", "serial": 561, "lineage": "2b9038e0-4a3b-db66-b0e5-0151052189fc", "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-a45141edf108f15cf", "ami": "ami-f131086b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d07b3057"], "subnet_id": "subnet-b40c1528", "key_name": "prod-deploy-key" } } ] } ] }