{ "version": 4, "terraform_version": "1.7.6", "serial": 455, "lineage": "238f7f9f-fd7b-6b62-e4a4-bba25ef756f9", "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-94dcfb884e9409912", "ami": "ami-98573019", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fa3e6cd4"], "subnet_id": "subnet-518c33ee", "key_name": "prod-deploy-key" } } ] } ] }