{ "version": 4, "terraform_version": "1.5.2", "serial": 400, "lineage": "eff39d43-64f9-9322-4642-12b738bdd599", "outputs": { "db_endpoint": { "value": "db-0.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-30968823f87547bc3", "ami": "ami-c3ba9f14", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6a9e4ef6"], "subnet_id": "subnet-34d40640", "key_name": "prod-deploy-key" } } ] } ] }