{ "version": 4, "terraform_version": "1.8.4", "serial": 455, "lineage": "ac99773f-e0b5-454d-9310-a5d28c87a9e9", "outputs": { "db_endpoint": { "value": "db-4.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-153efe1965a44bf9c", "ami": "ami-dc17d495", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-15496d34"], "subnet_id": "subnet-e950ab9f", "key_name": "prod-deploy-key" } } ] } ] }