{ "version": 4, "terraform_version": "1.7.5", "serial": 280, "lineage": "392f5ad9-2e15-fcf4-931b-c7adbadbae6c", "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-e79f97761be1c5cb1", "ami": "ami-91cb1b99", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-41a5965d"], "subnet_id": "subnet-3ca3cb50", "key_name": "prod-deploy-key" } } ] } ] }