{ "version": 4, "terraform_version": "1.6.0", "serial": 434, "lineage": "4fc5cd43-89b4-9fab-57c7-6dd33e45a91f", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-268ea3c5057019cd9", "ami": "ami-7fe7cd5d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d19b74fa"], "subnet_id": "subnet-4816e377", "key_name": "prod-deploy-key" } } ] } ] }