{ "version": 4, "terraform_version": "1.8.5", "serial": 280, "lineage": "2bc0cbc8-d682-1288-8b38-92d3b24c8651", "outputs": { "db_endpoint": { "value": "db-0.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-78fd4e073422145a4", "ami": "ami-4f965658", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-93bb107c"], "subnet_id": "subnet-10a1f5af", "key_name": "prod-deploy-key" } } ] } ] }