{ "version": 4, "terraform_version": "1.6.5", "serial": 257, "lineage": "822777f6-0d79-e071-76f5-7d89d0c46a28", "outputs": { "db_endpoint": { "value": "db-3.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-38f0e439b741c679d", "ami": "ami-c978736b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cd4bb72e"], "subnet_id": "subnet-82456d89", "key_name": "prod-deploy-key" } } ] } ] }