{ "version": 4, "terraform_version": "1.6.6", "serial": 536, "lineage": "02b6b36c-5f6f-c6ed-ac3b-92842109f56a", "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-c596bbced4678f5f5", "ami": "ami-d0448af6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-35344177"], "subnet_id": "subnet-d921ebca", "key_name": "prod-deploy-key" } } ] } ] }