{ "version": 4, "terraform_version": "1.6.9", "serial": 408, "lineage": "eae5fb5c-801d-c363-fef8-40e67c64acc9", "outputs": { "db_endpoint": { "value": "db-3.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-4f72d0b5a4b8a0324", "ami": "ami-7cd186a1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9b2ce3b7"], "subnet_id": "subnet-e39f325b", "key_name": "prod-deploy-key" } } ] } ] }