{ "version": 4, "terraform_version": "1.5.3", "serial": 254, "lineage": "3c661bf8-726c-577e-8bbe-4e171bd85212", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-392e319c5c9122686", "ami": "ami-c57408f1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3d52f03a"], "subnet_id": "subnet-2ae7acea", "key_name": "prod-deploy-key" } } ] } ] }