{ "version": 4, "terraform_version": "1.5.6", "serial": 384, "lineage": "f5ad3dc5-1786-3ca9-5f09-6ea42cf6e40c", "outputs": { "db_endpoint": { "value": "db-0.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-c6560f0bd1d176dfa", "ami": "ami-60c5b9bf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ba1bb582"], "subnet_id": "subnet-3d755a5a", "key_name": "prod-deploy-key" } } ] } ] }