{ "version": 4, "terraform_version": "1.8.1", "serial": 104, "lineage": "3d6adf96-169c-98f8-eae6-b1ad28e06fdf", "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-854f40320f4742944", "ami": "ami-6b7cc9f1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-29d7f6bb"], "subnet_id": "subnet-81a78f6e", "key_name": "prod-deploy-key" } } ] } ] }