{ "version": 4, "terraform_version": "1.8.4", "serial": 141, "lineage": "7002410e-58b2-118b-3550-b25205fe94a5", "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-6dc9729e09ebbda1f", "ami": "ami-945f36f6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cd77a163"], "subnet_id": "subnet-0ad8aca8", "key_name": "prod-deploy-key" } } ] } ] }