{ "version": 4, "terraform_version": "1.8.5", "serial": 401, "lineage": "5446496d-52cb-6590-2638-35fd36e4d318", "outputs": { "db_endpoint": { "value": "db-2.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-665ffef49c0b8374b", "ami": "ami-bfea120b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b6ab6d9d"], "subnet_id": "subnet-1148bfbc", "key_name": "prod-deploy-key" } } ] } ] }