{ "version": 4, "terraform_version": "1.5.2", "serial": 183, "lineage": "175efaa8-7e56-f0b7-846c-cb98300f708f", "outputs": { "db_endpoint": { "value": "db-1.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-a2cf2bfa58e2731fc", "ami": "ami-429e6631", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-10205721"], "subnet_id": "subnet-1a63637b", "key_name": "prod-deploy-key" } } ] } ] }