{ "version": 4, "terraform_version": "1.6.8", "serial": 251, "lineage": "8a91ea17-c5ba-0ad8-4911-2a20392cc44a", "outputs": { "db_endpoint": { "value": "db-1.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-9bfb9e5cb70cbb4a9", "ami": "ami-8bc79216", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b0eae7eb"], "subnet_id": "subnet-81dbbe1d", "key_name": "prod-deploy-key" } } ] } ] }