{ "version": 4, "terraform_version": "1.5.6", "serial": 453, "lineage": "9a6da02b-1730-9e9f-f475-5f8e1c91d204", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-fb81ebab08f55c234", "ami": "ami-b00f6128", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-318c3538"], "subnet_id": "subnet-e486af65", "key_name": "prod-deploy-key" } } ] } ] }