{ "version": 4, "terraform_version": "1.8.5", "serial": 163, "lineage": "bb4a7e26-fcb9-31fa-f9db-f7fe813591b7", "outputs": { "db_endpoint": { "value": "db-2.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-c5a5db3f9769b3688", "ami": "ami-92dcae86", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66b13f22"], "subnet_id": "subnet-db94eddb", "key_name": "prod-deploy-key" } } ] } ] }