{ "version": 4, "terraform_version": "1.5.8", "serial": 274, "lineage": "5ac6866e-ad83-01bb-8784-8d0b5ec08e7a", "outputs": { "db_endpoint": { "value": "db-4.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-6a8241c9ea6a4f4b5", "ami": "ami-220e2c67", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-50190bf0"], "subnet_id": "subnet-de0e8cbd", "key_name": "prod-deploy-key" } } ] } ] }