{ "version": 4, "terraform_version": "1.5.0", "serial": 562, "lineage": "05f45e1e-0877-178f-b6c9-756980053db3", "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-5617a8eb78967460f", "ami": "ami-a30aa90b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-737a726b"], "subnet_id": "subnet-60e1ed5d", "key_name": "prod-deploy-key" } } ] } ] }