{ "version": 4, "terraform_version": "1.6.8", "serial": 411, "lineage": "acdcdd98-0e02-7959-27a2-2dd8d14c3d6a", "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-bbf23f1d33439940d", "ami": "ami-2f531bae", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-187aca2a"], "subnet_id": "subnet-0d474330", "key_name": "prod-deploy-key" } } ] } ] }