{ "version": 4, "terraform_version": "1.6.6", "serial": 322, "lineage": "35b5569e-424b-17ae-463e-2efbf442d3fd", "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-ad22e42da21b0439e", "ami": "ami-2ccf1dab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1f51418e"], "subnet_id": "subnet-3683f213", "key_name": "prod-deploy-key" } } ] } ] }