{ "version": 4, "terraform_version": "1.8.0", "serial": 495, "lineage": "b84d8536-b52a-9f77-82c8-e75dbbf695c2", "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-f5df139df1d8ee23e", "ami": "ami-98c29788", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-98c29610"], "subnet_id": "subnet-36caec24", "key_name": "prod-deploy-key" } } ] } ] }