{ "version": 4, "terraform_version": "1.6.0", "serial": 585, "lineage": "0aa49237-f9eb-7a48-cc42-2b1101f9b15b", "outputs": { "db_endpoint": { "value": "db-2.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-07bcc340b106f3e5a", "ami": "ami-25c7766a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dd19b82c"], "subnet_id": "subnet-b8e246f3", "key_name": "prod-deploy-key" } } ] } ] }