{ "version": 4, "terraform_version": "1.7.3", "serial": 555, "lineage": "6b05c813-d98b-e14d-e95c-e4b1b414df6f", "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-a160adad35624ebe6", "ami": "ami-fd6e67e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4c5f2614"], "subnet_id": "subnet-c86806bc", "key_name": "prod-deploy-key" } } ] } ] }