{ "version": 4, "terraform_version": "1.5.8", "serial": 398, "lineage": "17e8a039-b915-8bdf-8373-ceb59481592f", "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-b4c8042d06ff07902", "ami": "ami-9b961422", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7dcb0315"], "subnet_id": "subnet-6971e714", "key_name": "prod-deploy-key" } } ] } ] }