{ "version": 4, "terraform_version": "1.6.5", "serial": 417, "lineage": "7a27cd87-b4d5-d033-581e-19b7bd174972", "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-95261714074f3ed5f", "ami": "ami-d848aa9b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce234074"], "subnet_id": "subnet-63a6f6ce", "key_name": "prod-deploy-key" } } ] } ] }