{ "version": 4, "terraform_version": "1.8.1", "serial": 457, "lineage": "b245b74a-1ae4-e659-01a8-e0c610fc8b94", "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-316b3ae485904fb02", "ami": "ami-84de30c2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-408cb297"], "subnet_id": "subnet-c3a45dff", "key_name": "prod-deploy-key" } } ] } ] }