{ "version": 4, "terraform_version": "1.7.0", "serial": 100, "lineage": "0910432a-f13c-8438-3c57-23361496ead3", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9b8a5299776a13e24", "ami": "ami-23a40102", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cb5b9623"], "subnet_id": "subnet-0d828dd3", "key_name": "prod-deploy-key" } } ] } ] }